home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / getenv < prev    next >
Text File  |  1994-04-25  |  413b  |  16 lines

  1.  
  2. Synopsis:    Return value for environment name.
  3.  
  4. Syntax:        getenv ( NAME )
  5.  
  6. Description:
  7.  
  8.     Getenv searches the current environment for a variable with
  9.     name NAME. The value of the environment variable is returned
  10.     as a string.
  11.  
  12.     Exactly how getenv behaves is depends upon the underlying
  13.     operating system implementation. On UNIX system getenv will
  14.     return a NULL string if the environment variable does not
  15.     exist. 
  16.